/*关于我们*/
/*$$
{"color":[{"val":"#1c1c1c","title":"标题文字颜色"},{"val":"#4f4f4f","title":"正文字颜色"},{"val":"#b38d54","title":"查看更多滑过颜色"},
{"val":"#d9ab67","title":"查看更多默认颜色"}],
"background":[{"val":"#f5f5f5","title":"整体底色"},
{"val":"#000000","title":"标题横线颜色"},
{"val":"#b38d54","title":"查看更多边框颜色"}],
"border":[{"val":"#d9ab67","title":"查看更多默认边框颜色"}]}
$$*/

#about_152 {
	width: 100%;
	background: #f5f5f5;
	padding: 60px 0;
}

#about_152 .aboutImg {
	width: 43.2%;
	float: left;
	height: 530px;
	box-shadow: 21px 21px 0px #dccfba;
	overflow: hidden;
}
#about_152 .aboutImg img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	transition:transform .3s ease;
}
#about_152 .aboutImg:hover img{
	transform: scale(1.1);
}
#about_152 .aboutBody {
	width: 1200px;
	margin: 0 auto;
}

#about_152 .aboutChar {
	width: 50%;
	float: right;
}

#about_152 .aboutChar .indexTitle {
	width: 50%;
}

#about_152 .aboutChar .indexTitle .indexEN {
	text-transform: uppercase;
	font-family: arial;
	font-weight: bold;
	font-size: 48px;
	line-height: 50px;
	color: #1c1c1c;
	margin-top: 0;
}

#about_152 .aboutChar .indexTitle .indexCH {
	font-size: 24px;
	line-height: 60px;
	color: #1c1c1c;
	margin-top: 0;
}

#about_152 .aboutChar .indexTitle .indexLine {
	width: 10%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#about_152 .aboutChar .indexLine span {
	width: 40%;
	height: 1px;
	background: #000000;
}

#about_152 .aboutChar .indexLine p {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #000000;
	margin-top: 0;
}

#about_152 .aboutChar .intrs{
	font-size: 14px;
	line-height: 36px;
	color: #4f4f4f;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	max-height: 324px;
}

#about_152 .aboutMore {
	width: 30%;
	font-size: 14px;
	text-align: center;
	margin-top: 40px;
	position: relative;
	cursor: pointer;
}
#about_152 .aboutMore .tit{
	position: relative;
	border:#d9ab67 solid 1px;
	width: 100%;
	height: 100%;
	color: #d9ab67;
	display: block;
	width: 100%;
	line-height: 48px;
	height: 48px;
	
}
#about_152 .aboutMore:hover .tit{
	color: #b38d54;
}
#about_152 .aboutMore.btnAnimat .inner{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius: 5px;
}
#about_152 .aboutMore.btnAnimat:before,
#about_152 .aboutMore.btnAnimat:after,
#about_152 .aboutMore.btnAnimat .inner:before,
#about_152 .aboutMore.btnAnimat .inner:after{
	background:#b38d54;
	z-index: 100;
}
#about_152 .aboutMore.btnAnimat:before,
#about_152 .aboutMore.btnAnimat:after,
#about_152 .aboutMore.btnAnimat .inner:before,
#about_152 .aboutMore.btnAnimat .inner:after{
	position:absolute;
	content:"";
	display:block;
	-webkit-transition:-webkit-transform 0.3s;
	transition:-webkit-transform 0.3s;
	transition:transform 0.3s;
	transition:transform 0.3s,-webkit-transform 0.3s;
}
#about_152 .aboutMore.btnAnimat:before,
#about_152 .aboutMore.btnAnimat:after{
	left:0;
	width:100%;
	height:1px;
	-webkit-transform:scaleX(0);
	transform:scaleX(0);
}
#about_152 .aboutMore.btnAnimat .inner:before,
#about_152 .aboutMore.btnAnimat .inner:after{
	top:0;
	width:1px;
	height:100%;
	-webkit-transform:scaleY(0);
	transform:scaleY(0);
}

#about_152 .aboutMore.btnAnimat .inner:before{
	left:-1px;
}
#about_152 .aboutMore.btnAnimat .inner:after{
	right:-1px;
}
#about_152 .aboutMore.btnAnimat .inner:hover:before,
#about_152 .aboutMore.btnAnimat .inner:hover:after{
	-webkit-transform:scaleY(1);transform:scaleY(1);
}

#about_152 .aboutMore.btnAnimat:before{
	top:-1px;
}
#about_152 .aboutMore.btnAnimat:after{
	bottom:1px;
}
#about_152 .aboutMore.btnAnimat:hover:before,
#about_152 .aboutMore.btnAnimat:hover:after{
	-webkit-transform:scaleX(1);transform:scaleX(1);
}
#about_152 .aboutMore.btnAnimat:hover .inner:before,
#about_152 .aboutMore.btnAnimat:hover .inner:after{
	-webkit-transform:scaleY(1);transform:scaleY(1);
}
#about_152 .aboutMore.btnAnimat.clockwise .inner:before{
	-webkit-transform-origin:top center;
	transform-origin:top center;
}
#about_152 .aboutMore.btnAnimat.clockwise .inner:after{
	-webkit-transform-origin:bottom center;
	transform-origin:bottom center;
}
#about_152 .aboutMore.btnAnimat.clockwise:before{
	-webkit-transform-origin:right center;
	transform-origin:right center;
}
#about_152 .aboutMore.btnAnimat.clockwise:after{
	-webkit-transform-origin:left center;
	transform-origin:left center;
}
#about_152 .aboutMore.btnAnimat.clockwise:hover .inner:before{
	-webkit-transform-origin:bottom center;
	transform-origin:bottom center;
}
#about_152 .aboutMore.btnAnimat.clockwise:hover .inner:after{
	-webkit-transform-origin:top center;
	transform-origin:top center;
}
#about_152 .aboutMore.btnAnimat.clockwise:hover:before{
	-webkit-transform-origin:left center;
	transform-origin:left center;
}
#about_152 .aboutMore.btnAnimat.clockwise:hover:after{
	-webkit-transform-origin:right center;
	transform-origin:right center;
}


@media screen and (max-width:1200px) {
	#about_152{
		padding: 30px 0;
	}
	#about_152 .aboutImg{
		width: 45%;
	}
	#about_152 .aboutBody{
		width: 90%;
	}
	#about_152 .aboutChar .indexTitle{
		width: 100%;
	}
}
/* ipad */
@media screen and (max-width:992px){
	#about_152{
		padding: 30px 0;
	}
	#about_152 .aboutImg{
		width: 45%;
	}
	#about_152 .aboutBody{
		width: 90%;
	}
	#about_152 .aboutChar .indexTitle{
		width: 100%;
	}
	#about_152 .aboutChar .intrs{
		line-height: 30px;
		max-height: 210px;
		-webkit-line-clamp: 7;
	}
	#about_152 .aboutImg{
		height: 415px;
	}
}
/* 手机 */
@media screen and (max-width: 767px) {
	#about_152{
		padding: 20px 0;
	}
	#about_152 .aboutImg {
		width: calc(100% - 20px);
		height: 200px;
		margin: 0 10px;
		box-shadow:none;
	}
	#about_152 .aboutBody{
		width: calc(100% - 20px)
		float: fleft;
		margin: 0 10px;
	}
	#about_152 .aboutChar{
		width: 100%;
		margin-top: 20px;
	}
	#about_152 .aboutChar .indexTitle{
		width: 100%;
	}
	#about_152 .aboutChar .indexTitle .indexEN{
		font-size: 28px;
		line-height: 35px;
	}
	#about_152 .aboutChar .indexTitle .indexCH{
		font-size: 20px;
		line-height: 30px;
	}
	#about_152 .aboutChar .intrs{
		line-height: 24px;
		-webkit-line-clamp: 5;
		max-height: 120px;
		margin-top: 10px;
	}
	#about_152 .aboutMore{
		margin-top: 20px;
		width: 30%;
	}
	#about_152 .aboutMore .tit{
		line-height: 30px;
		height: 30px;
	}
}